From b67d9a7dd02160575b8a76f2d9281772aa43aaf0 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 6 Jun 2007 10:15:23 +0000 Subject: [PATCH] Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the 2007-06-06 Brian Cameron * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the distribution, as needed. Fixes bug #442888. Reviewed by Matthias Clasen. svn path=/trunk/; revision=18050 --- ChangeLog | 6 ++++++ gdk/Makefile.am | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e08ccdfe45..51b1e1cb6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-06 Brian Cameron + + * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header + file gets included with the distribution, as needed. Fixes bug + #442888. Reviewed by Matthias Clasen. + 2007-06-06 Richard Hult * gdk/quartz/gdkevents-quartz.c diff --git a/gdk/Makefile.am b/gdk/Makefile.am index b300ad42c5..cb089ab5ea 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ gdkkeysyms-update.pl \ gdk.def \ gdkmarshalers.list \ + gdkmedialib.h \ makeenums.pl \ makefile.msc \ gdk.symbols \ @@ -48,11 +49,8 @@ LDADD = \ if USE_MEDIALIB medialib_sources = \ gdkmedialib.c -medialib_h_sources = \ - gdkmedialib.h else medialib_sources = -medialib_h_sources = endif # -- 2.30.2